In [ ]:
%matplotlib inline
%autoreload 2
import sys
sys.path.append('../') # needed to run the examples from within the package folder
import numpy as np
import matplotlib.pyplot as plt
import mpld3
# mpld3.enable_notebook()
from pygrfnn.network import Model, make_connections
from pygrfnn.oscillator import Zparam
from pygrfnn.grfnn import GrFNN
from pygrfnn.vis import plot_connections
from pygrfnn.vis import tf_detail